home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPageOptions.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:11 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPageOptions__
- #define __PGetPageOptions__
-
- #include "PMTypes.h"
-
- class PGetPageOptions
- {
-
- public:
-
- PGetPageOptions();
-
- PMBool bDoubleSided;
- PMBool bFacingPages;
- };
-
- #endif
-
- // end of PGetPageOptions.h
-